Html Css Color HEX #CB211D Harley Davidson Orange

📋 copy color: '#CB211D'

red 203 ◦ green 33 ◦ blue 29

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

Shades of Harley Davidson Orange #CB211D

Tints of Harley Davidson Orange #CB211D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.45%

 BLUE value IS 29 (11.72% from 255) = 10.94%

R = 76.6%
G = 12.45%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CB211D (or 0xCB211D) is known color: Harley Davidson Orange. HEX triplet: CB, 21 and 1D. RGB value is (203,33,29). Sum of RGB (Red+Green+Blue) = 203+33+29=265 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.60% from 265); Green value is 33 (13.28% from 255 or 12.45% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 203 - color contains mainly: red. Hex color #CB211D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB211D is #34DEE2. Grayscale: #535353. Windows color (decimal): -3464931 or 1909195. OLE color: 1909195.

HSL color Cylindrical-coordinate representation of color #CB211D: hue angle of 1.38º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB211D is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 33 29 -
CMYK 0 0.84 0.86 0.20
HSL 1.38º 0.75% 0.45% -
HSV(B) 1.38º 0.86% 0.8% -
XYZ 25.39 13.87 2.5 -
YUV 83.37 97.32 213.33 -
System Red Green Blue C M Y K H S L
Decimal 203 33 29 0 0.84 0.86 0.20 1.38 0.75 0.45
Hex CB 21 1D 0 54 56 14 1 4B 2D
Octal 313 41 35 0 124 126 24 1 113 55
Binary 11001011 100001 11101 0 1010100 1010110 10100 1 1001011 101101

Color Harmonies of #CB211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB211D

Black with #CB211D

Text Example


Text Example

White with #CB211D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB211D; }

 p { color: rgb(203,33,29); }

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

background-color css

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

 a { background-color: rgb(203,33,29); }

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

border-color css

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

 span { border-color: rgb(203,33,29); }

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