Html Css Color HEX #CA1A12 Harley Davidson Orange

📋 copy color: '#CA1A12'

red 202 ◦ green 26 ◦ blue 18

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

Shades of Harley Davidson Orange #CA1A12

Tints of Harley Davidson Orange #CA1A12

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.57%

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

R = 82.11%
G = 10.57%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CA1A12 (or 0xCA1A12) is known color: Harley Davidson Orange. HEX triplet: CA, 1A and 12. RGB value is (202,26,18). Sum of RGB (Red+Green+Blue) = 202+26+18=246 (32% of max value = 765). Red value is 202 (79.30% from 255 or 82.11% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA1A12 is #35E5ED. Grayscale: #4D4D4D. Windows color (decimal): -3532270 or 1186506. OLE color: 1186506.

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

Color convert

RGB 202 26 18 -
CMYK 0 0.87 0.91 0.21
HSL 2.61º 0.84% 0.43% -
HSV(B) 2.61º 0.91% 0.79% -
XYZ 24.84 13.34 1.84 -
YUV 77.71 94.31 216.65 -
System Red Green Blue C M Y K H S L
Decimal 202 26 18 0 0.87 0.91 0.21 2.61 0.84 0.43
Hex CA 1A 12 0 57 5B 15 3 54 2B
Octal 312 32 22 0 127 133 25 3 124 53
Binary 11001010 11010 10010 0 1010111 1011011 10101 11 1010100 101011

Color Harmonies of #CA1A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1A12

Black with #CA1A12

Text Example


Text Example

White with #CA1A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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