Html Css Color HEX #CB290C Harley Davidson Orange

📋 copy color: '#CB290C'

red 203 ◦ green 41 ◦ blue 12

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

Shades of Harley Davidson Orange #CB290C

Tints of Harley Davidson Orange #CB290C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.02%

 BLUE value IS 12 (5.08% from 255) = 4.69%

R = 79.3%
G = 16.02%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CB290C (or 0xCB290C) is known color: Harley Davidson Orange. HEX triplet: CB, 29 and 0C. RGB value is (203,41,12). Sum of RGB (Red+Green+Blue) = 203+41+12=256 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.30% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 203 - color contains mainly: red. Hex color #CB290C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB290C is #34D6F3. Grayscale: #565656. Windows color (decimal): -3462900 or 797131. OLE color: 797131.

HSL color Cylindrical-coordinate representation of color #CB290C: hue angle of 9.11º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB290C is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 41 12 -
CMYK 0 0.80 0.94 0.20
HSL 9.11º 0.89% 0.42% -
HSV(B) 9.11º 0.94% 0.8% -
XYZ 25.49 14.31 1.77 -
YUV 86.13 86.17 211.36 -
System Red Green Blue C M Y K H S L
Decimal 203 41 12 0 0.80 0.94 0.20 9.11 0.89 0.42
Hex CB 29 C 0 50 5E 14 9 59 2A
Octal 313 51 14 0 120 136 24 11 131 52
Binary 11001011 101001 1100 0 1010000 1011110 10100 1001 1011001 101010

Color Harmonies of #CB290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB290C

Black with #CB290C

Text Example


Text Example

White with #CB290C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB290C; }

 p { color: rgb(203,41,12); }

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

background-color css

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

 a { background-color: rgb(203,41,12); }

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

border-color css

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

 span { border-color: rgb(203,41,12); }

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