Html Css Color HEX #CA3E23 Harley Davidson Orange

📋 copy color: '#CA3E23'

red 202 ◦ green 62 ◦ blue 35

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

Shades of Harley Davidson Orange #CA3E23

Tints of Harley Davidson Orange #CA3E23

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.74%

 BLUE value IS 35 (14.06% from 255) = 11.71%

R = 67.56%
G = 20.74%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#CA3E23 (or 0xCA3E23) is known color: Harley Davidson Orange. HEX triplet: CA, 3E and 23. RGB value is (202,62,35). Sum of RGB (Red+Green+Blue) = 202+62+35=299 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.56% from 299); Green value is 62 (24.61% from 255 or 20.74% from 299); Blue value is 35 (14.06% from 255 or 11.71% from 299); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3E23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3E23 is #35C1DC. Grayscale: #656565. Windows color (decimal): -3523037 or 2309834. OLE color: 2309834.

HSL color Cylindrical-coordinate representation of color #CA3E23: hue angle of 9.7º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA3E23 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 62 35 -
CMYK 0 0.69 0.83 0.21
HSL 9.7º 0.7% 0.46% -
HSV(B) 9.7º 0.83% 0.79% -
XYZ 26.38 16.12 3.31 -
YUV 100.78 90.88 200.2 -
System Red Green Blue C M Y K H S L
Decimal 202 62 35 0 0.69 0.83 0.21 9.7 0.7 0.46
Hex CA 3E 23 0 45 53 15 A 46 2E
Octal 312 76 43 0 105 123 25 12 106 56
Binary 11001010 111110 100011 0 1000101 1010011 10101 1010 1000110 101110

Color Harmonies of #CA3E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3E23

Black with #CA3E23

Text Example


Text Example

White with #CA3E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3E23; }

 p { color: rgb(202,62,35); }

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

background-color css

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

 a { background-color: rgb(202,62,35); }

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

border-color css

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

 span { border-color: rgb(202,62,35); }

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