Html Css Color HEX #CB221D Harley Davidson Orange

📋 copy color: '#CB221D'

red 203 ◦ green 34 ◦ blue 29

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

Shades of Harley Davidson Orange #CB221D

Tints of Harley Davidson Orange #CB221D

RGB

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

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

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

R = 76.32%
G = 12.78%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CB221D (or 0xCB221D) is known color: Harley Davidson Orange. HEX triplet: CB, 22 and 1D. RGB value is (203,34,29). Sum of RGB (Red+Green+Blue) = 203+34+29=266 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.32% from 266); Green value is 34 (13.67% from 255 or 12.78% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 203 - color contains mainly: red. Hex color #CB221D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB221D is #34DDE2. Grayscale: #545454. Windows color (decimal): -3464675 or 1909451. OLE color: 1909451.

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

Color convert

RGB 203 34 29 -
CMYK 0 0.83 0.86 0.20
HSL 1.72º 0.75% 0.45% -
HSV(B) 1.72º 0.86% 0.8% -
XYZ 25.42 13.93 2.51 -
YUV 83.96 96.99 212.91 -
System Red Green Blue C M Y K H S L
Decimal 203 34 29 0 0.83 0.86 0.20 1.72 0.75 0.45
Hex CB 22 1D 0 53 56 14 2 4B 2D
Octal 313 42 35 0 123 126 24 2 113 55
Binary 11001011 100010 11101 0 1010011 1010110 10100 10 1001011 101101

Color Harmonies of #CB221D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB221D

Black with #CB221D

Text Example


Text Example

White with #CB221D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB221D; }

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

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

background-color css

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

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

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

border-color css

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

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

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