Html Css Color HEX #CA3012 Harley Davidson Orange

📋 copy color: '#CA3012'

red 202 ◦ green 48 ◦ blue 18

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

Shades of Harley Davidson Orange #CA3012

Tints of Harley Davidson Orange #CA3012

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.91%

 BLUE value IS 18 (7.42% from 255) = 6.72%

R = 75.37%
G = 17.91%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CA3012 (or 0xCA3012) is known color: Harley Davidson Orange. HEX triplet: CA, 30 and 12. RGB value is (202,48,18). Sum of RGB (Red+Green+Blue) = 202+48+18=268 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.37% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3012 is #35CFED. Grayscale: #5A5A5A. Windows color (decimal): -3526638 or 1192138. OLE color: 1192138.

HSL color Cylindrical-coordinate representation of color #CA3012: hue angle of 9.78º degrees, saturation: 0.84, 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 #CA3012 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 48 18 -
CMYK 0 0.76 0.91 0.21
HSL 9.78º 0.84% 0.43% -
HSV(B) 9.78º 0.91% 0.79% -
XYZ 25.52 14.71 2.07 -
YUV 90.63 87.02 207.44 -
System Red Green Blue C M Y K H S L
Decimal 202 48 18 0 0.76 0.91 0.21 9.78 0.84 0.43
Hex CA 30 12 0 4C 5B 15 A 54 2B
Octal 312 60 22 0 114 133 25 12 124 53
Binary 11001010 110000 10010 0 1001100 1011011 10101 1010 1010100 101011

Color Harmonies of #CA3012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3012

Black with #CA3012

Text Example


Text Example

White with #CA3012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3012; }

 p { color: rgb(202,48,18); }

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

background-color css

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

 a { background-color: rgb(202,48,18); }

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

border-color css

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

 span { border-color: rgb(202,48,18); }

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