Html Css Color HEX #CA211C Harley Davidson Orange

📋 copy color: '#CA211C'

red 202 ◦ green 33 ◦ blue 28

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

Shades of Harley Davidson Orange #CA211C

Tints of Harley Davidson Orange #CA211C

RGB

 RED value IS 202 (79.3% from 255) = 76.81%

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

 BLUE value IS 28 (11.33% from 255) = 10.65%

R = 76.81%
G = 12.55%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CA211C (or 0xCA211C) is known color: Harley Davidson Orange. HEX triplet: CA, 21 and 1C. RGB value is (202,33,28). Sum of RGB (Red+Green+Blue) = 202+33+28=263 (34% of max value = 765). Red value is 202 (79.30% from 255 or 76.81% from 263); Green value is 33 (13.28% from 255 or 12.55% from 263); Blue value is 28 (11.33% from 255 or 10.65% from 263); Max value from RGB is 202 - color contains mainly: red. Hex color #CA211C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA211C is #35DEE3. Grayscale: #535353. Windows color (decimal): -3530468 or 1843658. OLE color: 1843658.

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

Color convert

RGB 202 33 28 -
CMYK 0 0.84 0.86 0.21
HSL 1.72º 0.76% 0.45% -
HSV(B) 1.72º 0.86% 0.79% -
XYZ 25.11 13.73 2.42 -
YUV 82.96 96.99 212.91 -
System Red Green Blue C M Y K H S L
Decimal 202 33 28 0 0.84 0.86 0.21 1.72 0.76 0.45
Hex CA 21 1C 0 54 56 15 2 4C 2D
Octal 312 41 34 0 124 126 25 2 114 55
Binary 11001010 100001 11100 0 1010100 1010110 10101 10 1001100 101101

Color Harmonies of #CA211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA211C

Black with #CA211C

Text Example


Text Example

White with #CA211C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA211C; }

 p { color: rgb(202,33,28); }

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

background-color css

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

 a { background-color: rgb(202,33,28); }

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

border-color css

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

 span { border-color: rgb(202,33,28); }

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