Html Css Color HEX #CB2219 Harley Davidson Orange

📋 copy color: '#CB2219'

red 203 ◦ green 34 ◦ blue 25

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

Shades of Harley Davidson Orange #CB2219

Tints of Harley Davidson Orange #CB2219

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.98%

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

R = 77.48%
G = 12.98%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CB2219 (or 0xCB2219) is known color: Harley Davidson Orange. HEX triplet: CB, 22 and 19. RGB value is (203,34,25). Sum of RGB (Red+Green+Blue) = 203+34+25=262 (34% of max value = 765). Red value is 203 (79.69% from 255 or 77.48% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB2219 is #34DDE6. Grayscale: #535353. Windows color (decimal): -3464679 or 1647307. OLE color: 1647307.

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

Color convert

RGB 203 34 25 -
CMYK 0 0.83 0.88 0.20
HSL 3.03º 0.78% 0.45% -
HSV(B) 3.03º 0.88% 0.8% -
XYZ 25.38 13.91 2.27 -
YUV 83.51 94.99 213.23 -
System Red Green Blue C M Y K H S L
Decimal 203 34 25 0 0.83 0.88 0.20 3.03 0.78 0.45
Hex CB 22 19 0 53 58 14 3 4E 2D
Octal 313 42 31 0 123 130 24 3 116 55
Binary 11001011 100010 11001 0 1010011 1011000 10100 11 1001110 101101

Color Harmonies of #CB2219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2219

Black with #CB2219

Text Example


Text Example

White with #CB2219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2219; }

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

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

background-color css

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

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

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

border-color css

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

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

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