Html Css Color HEX #CA3314 Harley Davidson Orange

📋 copy color: '#CA3314'

red 202 ◦ green 51 ◦ blue 20

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

Shades of Harley Davidson Orange #CA3314

Tints of Harley Davidson Orange #CA3314

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.68%

 BLUE value IS 20 (8.2% from 255) = 7.33%

R = 73.99%
G = 18.68%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CA3314 (or 0xCA3314) is known color: Harley Davidson Orange. HEX triplet: CA, 33 and 14. RGB value is (202,51,20). Sum of RGB (Red+Green+Blue) = 202+51+20=273 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.99% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3314 is #35CCEB. Grayscale: #5C5C5C. Windows color (decimal): -3525868 or 1323978. OLE color: 1323978.

HSL color Cylindrical-coordinate representation of color #CA3314: hue angle of 10.22º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA3314 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 51 20 -
CMYK 0 0.75 0.90 0.21
HSL 10.22º 0.82% 0.44% -
HSV(B) 10.22º 0.9% 0.79% -
XYZ 25.67 14.97 2.2 -
YUV 92.62 87.03 206.02 -
System Red Green Blue C M Y K H S L
Decimal 202 51 20 0 0.75 0.90 0.21 10.22 0.82 0.44
Hex CA 33 14 0 4B 5A 15 A 52 2C
Octal 312 63 24 0 113 132 25 12 122 54
Binary 11001010 110011 10100 0 1001011 1011010 10101 1010 1010010 101100

Color Harmonies of #CA3314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3314

Black with #CA3314

Text Example


Text Example

White with #CA3314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3314; }

 p { color: rgb(202,51,20); }

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

background-color css

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

 a { background-color: rgb(202,51,20); }

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

border-color css

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

 span { border-color: rgb(202,51,20); }

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