Html Css Color HEX #CA3423 Harley Davidson Orange

📋 copy color: '#CA3423'

red 202 ◦ green 52 ◦ blue 35

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

Shades of Harley Davidson Orange #CA3423

Tints of Harley Davidson Orange #CA3423

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.99%

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

R = 69.9%
G = 17.99%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#CA3423 (or 0xCA3423) is known color: Harley Davidson Orange. HEX triplet: CA, 34 and 23. RGB value is (202,52,35). Sum of RGB (Red+Green+Blue) = 202+52+35=289 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.90% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 35 (14.06% from 255 or 12.11% from 289); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3423 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3423 is #35CBDC. Grayscale: #5F5F5F. Windows color (decimal): -3525597 or 2307274. OLE color: 2307274.

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

Color convert

RGB 202 52 35 -
CMYK 0 0.74 0.83 0.21
HSL 6.11º 0.7% 0.46% -
HSV(B) 6.11º 0.83% 0.79% -
XYZ 25.89 15.13 3.15 -
YUV 94.91 94.2 204.38 -
System Red Green Blue C M Y K H S L
Decimal 202 52 35 0 0.74 0.83 0.21 6.11 0.7 0.46
Hex CA 34 23 0 4A 53 15 6 46 2E
Octal 312 64 43 0 112 123 25 6 106 56
Binary 11001010 110100 100011 0 1001010 1010011 10101 110 1000110 101110

Color Harmonies of #CA3423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3423

Black with #CA3423

Text Example


Text Example

White with #CA3423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3423; }

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

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

background-color css

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

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

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

border-color css

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

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

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