Html Css Color HEX #CA4413 Harley Davidson Orange

📋 copy color: '#CA4413'

red 202 ◦ green 68 ◦ blue 19

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

Shades of Harley Davidson Orange #CA4413

Tints of Harley Davidson Orange #CA4413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.57%

R = 69.9%
G = 23.53%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CA4413 (or 0xCA4413) is known color: Harley Davidson Orange. HEX triplet: CA, 44 and 13. RGB value is (202,68,19). Sum of RGB (Red+Green+Blue) = 202+68+19=289 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.90% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 19 (7.81% from 255 or 6.57% from 289); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4413 is #35BBEC. Grayscale: #666666. Windows color (decimal): -3521517 or 1262794. OLE color: 1262794.

HSL color Cylindrical-coordinate representation of color #CA4413: hue angle of 16.07º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA4413 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 68 19 -
CMYK 0 0.66 0.91 0.21
HSL 16.07º 0.83% 0.43% -
HSV(B) 16.07º 0.91% 0.79% -
XYZ 26.54 16.74 2.45 -
YUV 102.48 80.89 198.98 -
System Red Green Blue C M Y K H S L
Decimal 202 68 19 0 0.66 0.91 0.21 16.07 0.83 0.43
Hex CA 44 13 0 42 5B 15 10 53 2B
Octal 312 104 23 0 102 133 25 20 123 53
Binary 11001010 1000100 10011 0 1000010 1011011 10101 10000 1010011 101011

Color Harmonies of #CA4413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4413

Black with #CA4413

Text Example


Text Example

White with #CA4413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4413; }

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

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

background-color css

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

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

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

border-color css

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

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

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