Html Css Color HEX #CA4123 Harley Davidson Orange

📋 copy color: '#CA4123'

red 202 ◦ green 65 ◦ blue 35

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

Shades of Harley Davidson Orange #CA4123

Tints of Harley Davidson Orange #CA4123

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.52%

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

R = 66.89%
G = 21.52%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#CA4123 (or 0xCA4123) is known color: Harley Davidson Orange. HEX triplet: CA, 41 and 23. RGB value is (202,65,35). Sum of RGB (Red+Green+Blue) = 202+65+35=302 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.89% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 35 (14.06% from 255 or 11.59% from 302); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4123 is #35BEDC. Grayscale: #666666. Windows color (decimal): -3522269 or 2310602. OLE color: 2310602.

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

Color convert

RGB 202 65 35 -
CMYK 0 0.68 0.83 0.21
HSL 10.78º 0.7% 0.46% -
HSV(B) 10.78º 0.83% 0.79% -
XYZ 26.55 16.46 3.37 -
YUV 102.54 89.89 198.94 -
System Red Green Blue C M Y K H S L
Decimal 202 65 35 0 0.68 0.83 0.21 10.78 0.7 0.46
Hex CA 41 23 0 44 53 15 B 46 2E
Octal 312 101 43 0 104 123 25 13 106 56
Binary 11001010 1000001 100011 0 1000100 1010011 10101 1011 1000110 101110

Color Harmonies of #CA4123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4123

Black with #CA4123

Text Example


Text Example

White with #CA4123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4123; }

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

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

background-color css

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

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

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

border-color css

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

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

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