Html Css Color HEX #CA411D Harley Davidson Orange

📋 copy color: '#CA411D'

red 202 ◦ green 65 ◦ blue 29

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

Shades of Harley Davidson Orange #CA411D

Tints of Harley Davidson Orange #CA411D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.96%

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

R = 68.24%
G = 21.96%
B = 9.8%

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

#CA411D (or 0xCA411D) is known color: Harley Davidson Orange. HEX triplet: CA, 41 and 1D. RGB value is (202,65,29). Sum of RGB (Red+Green+Blue) = 202+65+29=296 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.24% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 29 (11.72% from 255 or 9.80% from 296); Max value from RGB is 202 - color contains mainly: red. Hex color #CA411D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA411D is #35BEE2. Grayscale: #666666. Windows color (decimal): -3522275 or 1917386. OLE color: 1917386.

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

Color convert

RGB 202 65 29 -
CMYK 0 0.68 0.86 0.21
HSL 12.49º 0.75% 0.45% -
HSV(B) 12.49º 0.86% 0.79% -
XYZ 26.47 16.43 2.94 -
YUV 101.86 86.89 199.43 -
System Red Green Blue C M Y K H S L
Decimal 202 65 29 0 0.68 0.86 0.21 12.49 0.75 0.45
Hex CA 41 1D 0 44 56 15 C 4B 2D
Octal 312 101 35 0 104 126 25 14 113 55
Binary 11001010 1000001 11101 0 1000100 1010110 10101 1100 1001011 101101

Color Harmonies of #CA411D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA411D

Black with #CA411D

Text Example


Text Example

White with #CA411D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA411D; }

 p { color: rgb(202,65,29); }

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

background-color css

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

 a { background-color: rgb(202,65,29); }

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

border-color css

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

 span { border-color: rgb(202,65,29); }

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