Html Css Color HEX #CA3213 Harley Davidson Orange

📋 copy color: '#CA3213'

red 202 ◦ green 50 ◦ blue 19

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

Shades of Harley Davidson Orange #CA3213

Tints of Harley Davidson Orange #CA3213

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.45%

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

R = 74.54%
G = 18.45%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CA3213 (or 0xCA3213) is known color: Harley Davidson Orange. HEX triplet: CA, 32 and 13. RGB value is (202,50,19). Sum of RGB (Red+Green+Blue) = 202+50+19=271 (35% of max value = 765). Red value is 202 (79.30% from 255 or 74.54% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3213 is #35CDEC. Grayscale: #5C5C5C. Windows color (decimal): -3526125 or 1258186. OLE color: 1258186.

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

Color convert

RGB 202 50 19 -
CMYK 0 0.75 0.91 0.21
HSL 10.16º 0.83% 0.43% -
HSV(B) 10.16º 0.91% 0.79% -
XYZ 25.62 14.88 2.14 -
YUV 91.91 86.86 206.52 -
System Red Green Blue C M Y K H S L
Decimal 202 50 19 0 0.75 0.91 0.21 10.16 0.83 0.43
Hex CA 32 13 0 4B 5B 15 A 53 2B
Octal 312 62 23 0 113 133 25 12 123 53
Binary 11001010 110010 10011 0 1001011 1011011 10101 1010 1010011 101011

Color Harmonies of #CA3213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3213

Black with #CA3213

Text Example


Text Example

White with #CA3213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3213; }

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

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

background-color css

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

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

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

border-color css

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

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

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