Html Css Color HEX #CA4415 Harley Davidson Orange

📋 copy color: '#CA4415'

red 202 ◦ green 68 ◦ blue 21

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

Shades of Harley Davidson Orange #CA4415

Tints of Harley Davidson Orange #CA4415

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.37%

 BLUE value IS 21 (8.59% from 255) = 7.22%

R = 69.42%
G = 23.37%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CA4415 (or 0xCA4415) is known color: Harley Davidson Orange. HEX triplet: CA, 44 and 15. RGB value is (202,68,21). Sum of RGB (Red+Green+Blue) = 202+68+21=291 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.42% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 21 (8.59% from 255 or 7.22% from 291); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4415 is #35BBEA. Grayscale: #676767. Windows color (decimal): -3521515 or 1393866. OLE color: 1393866.

HSL color Cylindrical-coordinate representation of color #CA4415: hue angle of 15.58º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA4415 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 68 21 -
CMYK 0 0.66 0.90 0.21
HSL 15.58º 0.81% 0.44% -
HSV(B) 15.58º 0.9% 0.79% -
XYZ 26.56 16.74 2.54 -
YUV 102.71 81.89 198.82 -
System Red Green Blue C M Y K H S L
Decimal 202 68 21 0 0.66 0.90 0.21 15.58 0.81 0.44
Hex CA 44 15 0 42 5A 15 10 51 2C
Octal 312 104 25 0 102 132 25 20 121 54
Binary 11001010 1000100 10101 0 1000010 1011010 10101 10000 1010001 101100

Color Harmonies of #CA4415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4415

Black with #CA4415

Text Example


Text Example

White with #CA4415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4415; }

 p { color: rgb(202,68,21); }

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

background-color css

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

 a { background-color: rgb(202,68,21); }

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

border-color css

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

 span { border-color: rgb(202,68,21); }

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