Html Css Color HEX #CA3B24 Harley Davidson Orange

📋 copy color: '#CA3B24'

red 202 ◦ green 59 ◦ blue 36

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

Shades of Harley Davidson Orange #CA3B24

Tints of Harley Davidson Orange #CA3B24

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.87%

 BLUE value IS 36 (14.45% from 255) = 12.12%

R = 68.01%
G = 19.87%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#CA3B24 (or 0xCA3B24) is known color: Harley Davidson Orange. HEX triplet: CA, 3B and 24. RGB value is (202,59,36). Sum of RGB (Red+Green+Blue) = 202+59+36=297 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.01% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 36 (14.45% from 255 or 12.12% from 297); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3B24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3B24 is #35C4DB. Grayscale: #636363. Windows color (decimal): -3523804 or 2374602. OLE color: 2374602.

HSL color Cylindrical-coordinate representation of color #CA3B24: hue angle of 8.31º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA3B24 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 59 36 -
CMYK 0 0.71 0.82 0.21
HSL 8.31º 0.7% 0.47% -
HSV(B) 8.31º 0.82% 0.79% -
XYZ 26.24 15.81 3.34 -
YUV 99.14 92.38 201.37 -
System Red Green Blue C M Y K H S L
Decimal 202 59 36 0 0.71 0.82 0.21 8.31 0.7 0.47
Hex CA 3B 24 0 47 52 15 8 46 2F
Octal 312 73 44 0 107 122 25 10 106 57
Binary 11001010 111011 100100 0 1000111 1010010 10101 1000 1000110 101111

Color Harmonies of #CA3B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3B24

Black with #CA3B24

Text Example


Text Example

White with #CA3B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3B24; }

 p { color: rgb(202,59,36); }

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

background-color css

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

 a { background-color: rgb(202,59,36); }

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

border-color css

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

 span { border-color: rgb(202,59,36); }

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