Html Css Color HEX #CA321E Harley Davidson Orange

📋 copy color: '#CA321E'

red 202 ◦ green 50 ◦ blue 30

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

Shades of Harley Davidson Orange #CA321E

Tints of Harley Davidson Orange #CA321E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.64%

R = 71.63%
G = 17.73%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#CA321E (or 0xCA321E) is known color: Harley Davidson Orange. HEX triplet: CA, 32 and 1E. RGB value is (202,50,30). Sum of RGB (Red+Green+Blue) = 202+50+30=282 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.63% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 202 - color contains mainly: red. Hex color #CA321E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA321E is #35CDE1. Grayscale: #5D5D5D. Windows color (decimal): -3526114 or 1979082. OLE color: 1979082.

HSL color Cylindrical-coordinate representation of color #CA321E: hue angle of 6.98º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA321E is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 50 30 -
CMYK 0 0.75 0.85 0.21
HSL 6.98º 0.74% 0.45% -
HSV(B) 6.98º 0.85% 0.79% -
XYZ 25.73 14.93 2.75 -
YUV 93.17 92.36 205.63 -
System Red Green Blue C M Y K H S L
Decimal 202 50 30 0 0.75 0.85 0.21 6.98 0.74 0.45
Hex CA 32 1E 0 4B 55 15 7 4A 2D
Octal 312 62 36 0 113 125 25 7 112 55
Binary 11001010 110010 11110 0 1001011 1010101 10101 111 1001010 101101

Color Harmonies of #CA321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA321E

Black with #CA321E

Text Example


Text Example

White with #CA321E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA321E; }

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

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

background-color css

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

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

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

border-color css

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

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

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