Html Css Color HEX #CB4419 Harley Davidson Orange

📋 copy color: '#CB4419'

red 203 ◦ green 68 ◦ blue 25

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

Shades of Harley Davidson Orange #CB4419

Tints of Harley Davidson Orange #CB4419

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.97%

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

R = 68.58%
G = 22.97%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CB4419 (or 0xCB4419) is known color: Harley Davidson Orange. HEX triplet: CB, 44 and 19. RGB value is (203,68,25). Sum of RGB (Red+Green+Blue) = 203+68+25=296 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.58% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 25 (10.16% from 255 or 8.45% from 296); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4419 is #34BBE6. Grayscale: #676767. Windows color (decimal): -3455975 or 1656011. OLE color: 1656011.

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

Color convert

RGB 203 68 25 -
CMYK 0 0.67 0.88 0.20
HSL 14.49º 0.78% 0.45% -
HSV(B) 14.49º 0.88% 0.8% -
XYZ 26.87 16.9 2.77 -
YUV 103.46 83.73 199 -
System Red Green Blue C M Y K H S L
Decimal 203 68 25 0 0.67 0.88 0.20 14.49 0.78 0.45
Hex CB 44 19 0 43 58 14 E 4E 2D
Octal 313 104 31 0 103 130 24 16 116 55
Binary 11001011 1000100 11001 0 1000011 1011000 10100 1110 1001110 101101

Color Harmonies of #CB4419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4419

Black with #CB4419

Text Example


Text Example

White with #CB4419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4419; }

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

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

background-color css

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

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

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

border-color css

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

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

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