Html Css Color HEX #CB3519 Harley Davidson Orange

📋 copy color: '#CB3519'

red 203 ◦ green 53 ◦ blue 25

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

Shades of Harley Davidson Orange #CB3519

Tints of Harley Davidson Orange #CB3519

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.86%

 BLUE value IS 25 (10.16% from 255) = 8.9%

R = 72.24%
G = 18.86%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CB3519 (or 0xCB3519) is known color: Harley Davidson Orange. HEX triplet: CB, 35 and 19. RGB value is (203,53,25). Sum of RGB (Red+Green+Blue) = 203+53+25=281 (37% of max value = 765). Red value is 203 (79.69% from 255 or 72.24% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB3519 is #34CAE6. Grayscale: #5E5E5E. Windows color (decimal): -3459815 or 1652171. OLE color: 1652171.

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

Color convert

RGB 203 53 25 -
CMYK 0 0.74 0.88 0.20
HSL 9.44º 0.78% 0.45% -
HSV(B) 9.44º 0.88% 0.8% -
XYZ 26.08 15.31 2.5 -
YUV 94.66 88.7 205.28 -
System Red Green Blue C M Y K H S L
Decimal 203 53 25 0 0.74 0.88 0.20 9.44 0.78 0.45
Hex CB 35 19 0 4A 58 14 9 4E 2D
Octal 313 65 31 0 112 130 24 11 116 55
Binary 11001011 110101 11001 0 1001010 1011000 10100 1001 1001110 101101

Color Harmonies of #CB3519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3519

Black with #CB3519

Text Example


Text Example

White with #CB3519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3519; }

 p { color: rgb(203,53,25); }

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

background-color css

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

 a { background-color: rgb(203,53,25); }

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

border-color css

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

 span { border-color: rgb(203,53,25); }

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