Html Css Color HEX #CA401C Harley Davidson Orange

📋 copy color: '#CA401C'

red 202 ◦ green 64 ◦ blue 28

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

Shades of Harley Davidson Orange #CA401C

Tints of Harley Davidson Orange #CA401C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.77%

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

R = 68.71%
G = 21.77%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CA401C (or 0xCA401C) is known color: Harley Davidson Orange. HEX triplet: CA, 40 and 1C. RGB value is (202,64,28). Sum of RGB (Red+Green+Blue) = 202+64+28=294 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.71% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 28 (11.33% from 255 or 9.52% from 294); Max value from RGB is 202 - color contains mainly: red. Hex color #CA401C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA401C is #35BFE3. Grayscale: #656565. Windows color (decimal): -3522532 or 1851594. OLE color: 1851594.

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

Color convert

RGB 202 64 28 -
CMYK 0 0.68 0.86 0.21
HSL 12.41º 0.76% 0.45% -
HSV(B) 12.41º 0.86% 0.79% -
XYZ 26.4 16.31 2.85 -
YUV 101.16 86.72 199.93 -
System Red Green Blue C M Y K H S L
Decimal 202 64 28 0 0.68 0.86 0.21 12.41 0.76 0.45
Hex CA 40 1C 0 44 56 15 C 4C 2D
Octal 312 100 34 0 104 126 25 14 114 55
Binary 11001010 1000000 11100 0 1000100 1010110 10101 1100 1001100 101101

Color Harmonies of #CA401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA401C

Black with #CA401C

Text Example


Text Example

White with #CA401C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA401C; }

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

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

background-color css

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

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

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

border-color css

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

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

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