Html Css Color HEX #CA301C Harley Davidson Orange

📋 copy color: '#CA301C'

red 202 ◦ green 48 ◦ blue 28

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

Shades of Harley Davidson Orange #CA301C

Tints of Harley Davidson Orange #CA301C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.27%

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

R = 72.66%
G = 17.27%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CA301C (or 0xCA301C) is known color: Harley Davidson Orange. HEX triplet: CA, 30 and 1C. RGB value is (202,48,28). Sum of RGB (Red+Green+Blue) = 202+48+28=278 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.66% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 28 (11.33% from 255 or 10.07% from 278); Max value from RGB is 202 - color contains mainly: red. Hex color #CA301C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA301C is #35CFE3. Grayscale: #5B5B5B. Windows color (decimal): -3526628 or 1847498. OLE color: 1847498.

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

Color convert

RGB 202 48 28 -
CMYK 0 0.76 0.86 0.21
HSL 6.9º 0.76% 0.45% -
HSV(B) 6.9º 0.86% 0.79% -
XYZ 25.62 14.75 2.6 -
YUV 91.77 92.02 206.63 -
System Red Green Blue C M Y K H S L
Decimal 202 48 28 0 0.76 0.86 0.21 6.9 0.76 0.45
Hex CA 30 1C 0 4C 56 15 7 4C 2D
Octal 312 60 34 0 114 126 25 7 114 55
Binary 11001010 110000 11100 0 1001100 1010110 10101 111 1001100 101101

Color Harmonies of #CA301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA301C

Black with #CA301C

Text Example


Text Example

White with #CA301C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA301C; }

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

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

background-color css

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

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

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

border-color css

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

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

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