Html Css Color HEX #CB2019 Harley Davidson Orange

📋 copy color: '#CB2019'

red 203 ◦ green 32 ◦ blue 25

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

Shades of Harley Davidson Orange #CB2019

Tints of Harley Davidson Orange #CB2019

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.31%

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

R = 78.08%
G = 12.31%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CB2019 (or 0xCB2019) is known color: Harley Davidson Orange. HEX triplet: CB, 20 and 19. RGB value is (203,32,25). Sum of RGB (Red+Green+Blue) = 203+32+25=260 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.08% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 25 (10.16% from 255 or 9.62% from 260); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB2019 is #34DFE6. Grayscale: #525252. Windows color (decimal): -3465191 or 1646795. OLE color: 1646795.

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

Color convert

RGB 203 32 25 -
CMYK 0 0.84 0.88 0.20
HSL 2.36º 0.78% 0.45% -
HSV(B) 2.36º 0.88% 0.8% -
XYZ 25.32 13.8 2.25 -
YUV 82.33 95.65 214.07 -
System Red Green Blue C M Y K H S L
Decimal 203 32 25 0 0.84 0.88 0.20 2.36 0.78 0.45
Hex CB 20 19 0 54 58 14 2 4E 2D
Octal 313 40 31 0 124 130 24 2 116 55
Binary 11001011 100000 11001 0 1010100 1011000 10100 10 1001110 101101

Color Harmonies of #CB2019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2019

Black with #CB2019

Text Example


Text Example

White with #CB2019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2019; }

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

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

background-color css

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

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

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

border-color css

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

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

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