Html Css Color HEX #CB3713 Harley Davidson Orange

📋 copy color: '#CB3713'

red 203 ◦ green 55 ◦ blue 19

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

Shades of Harley Davidson Orange #CB3713

Tints of Harley Davidson Orange #CB3713

RGB

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

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

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

R = 73.29%
G = 19.86%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CB3713 (or 0xCB3713) is known color: Harley Davidson Orange. HEX triplet: CB, 37 and 13. RGB value is (203,55,19). Sum of RGB (Red+Green+Blue) = 203+55+19=277 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.29% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB3713 is #34C8EC. Grayscale: #5F5F5F. Windows color (decimal): -3459309 or 1259467. OLE color: 1259467.

HSL color Cylindrical-coordinate representation of color #CB3713: hue angle of 11.74º 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 #CB3713 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 55 19 -
CMYK 0 0.73 0.91 0.20
HSL 11.74º 0.83% 0.44% -
HSV(B) 11.74º 0.91% 0.8% -
XYZ 26.11 15.48 2.23 -
YUV 95.15 85.03 204.93 -
System Red Green Blue C M Y K H S L
Decimal 203 55 19 0 0.73 0.91 0.20 11.74 0.83 0.44
Hex CB 37 13 0 49 5B 14 C 53 2C
Octal 313 67 23 0 111 133 24 14 123 54
Binary 11001011 110111 10011 0 1001001 1011011 10100 1100 1010011 101100

Color Harmonies of #CB3713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3713

Black with #CB3713

Text Example


Text Example

White with #CB3713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3713; }

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

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

background-color css

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

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

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

border-color css

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

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

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