Html Css Color HEX #CB371F Harley Davidson Orange

📋 copy color: '#CB371F'

red 203 ◦ green 55 ◦ blue 31

#CB371F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #CB371F

Tints of Harley Davidson Orange #CB371F

RGB

 RED value IS 203 (79.69% from 255) = 70.24%

 GREEN value IS 55 (21.88% from 255) = 19.03%

 BLUE value IS 31 (12.5% from 255) = 10.73%

R = 70.24%
G = 19.03%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB371F (or 0xCB371F) is known color: Harley Davidson Orange. HEX triplet: CB, 37 and 1F. RGB value is (203,55,31). Sum of RGB (Red+Green+Blue) = 203+55+31=289 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.24% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 31 (12.5% from 255 or 10.73% from 289); Max value from RGB is 203 - color contains mainly: red. Hex color #CB371F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB371F is #34C8E0. Grayscale: #606060. Windows color (decimal): -3459297 or 2045899. OLE color: 2045899.

HSL color Cylindrical-coordinate representation of color #CB371F: hue angle of 8.37º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB371F is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 55 31 -
CMYK 0 0.73 0.85 0.20
HSL 8.37º 0.74% 0.46% -
HSV(B) 8.37º 0.85% 0.8% -
XYZ 26.24 15.53 2.91 -
YUV 96.52 91.03 203.95 -
System Red Green Blue C M Y K H S L
Decimal 203 55 31 0 0.73 0.85 0.20 8.37 0.74 0.46
Hex CB 37 1F 0 49 55 14 8 4A 2E
Octal 313 67 37 0 111 125 24 10 112 56
Binary 11001011 110111 11111 0 1001001 1010101 10100 1000 1001010 101110

Color Harmonies of #CB371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB371F

Black with #CB371F

Text Example


Text Example

White with #CB371F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB371F; }

 p { color: rgb(203,55,31); }

 H1.HeaderClassName
 {
   color: #CB371F;
 }
 .AnyTagClassName
 {
   color: #CB371F;
 }
</style>

background-color css

<style>
 a { background-color: #CB371F; }

 a { background-color: rgb(203,55,31); }

 div.DivClassName
 {
   background-color: #CB371F;
 }
 .BgClassName
 {
   background-color: #CB371F;
 }
</style>

border-color css

<style>
 span { border-color: #CB371F; }

 span { border-color: rgb(203,55,31); }

 td.TdClassName
 {
   border-color: #CB371F;
 }
 .TagClassName
 {
   border-color: #CB371F;
 }
</style>