Html Css Color HEX #CB3513 Harley Davidson Orange

📋 copy color: '#CB3513'

red 203 ◦ green 53 ◦ blue 19

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

Shades of Harley Davidson Orange #CB3513

Tints of Harley Davidson Orange #CB3513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.91%

R = 73.82%
G = 19.27%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CB3513 (or 0xCB3513) is known color: Harley Davidson Orange. HEX triplet: CB, 35 and 13. RGB value is (203,53,19). Sum of RGB (Red+Green+Blue) = 203+53+19=275 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.82% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 19 (7.81% from 255 or 6.91% from 275); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB3513 is #34CAEC. Grayscale: #5E5E5E. Windows color (decimal): -3459821 or 1258955. OLE color: 1258955.

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

Color convert

RGB 203 53 19 -
CMYK 0 0.74 0.91 0.20
HSL 11.09º 0.83% 0.44% -
HSV(B) 11.09º 0.91% 0.8% -
XYZ 26.02 15.29 2.2 -
YUV 93.97 85.7 205.76 -
System Red Green Blue C M Y K H S L
Decimal 203 53 19 0 0.74 0.91 0.20 11.09 0.83 0.44
Hex CB 35 13 0 4A 5B 14 B 53 2C
Octal 313 65 23 0 112 133 24 13 123 54
Binary 11001011 110101 10011 0 1001010 1011011 10100 1011 1010011 101100

Color Harmonies of #CB3513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3513

Black with #CB3513

Text Example


Text Example

White with #CB3513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3513; }

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

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

background-color css

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

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

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

border-color css

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

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

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