Html Css Color HEX #CA230D Harley Davidson Orange

📋 copy color: '#CA230D'

red 202 ◦ green 35 ◦ blue 13

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

Shades of Harley Davidson Orange #CA230D

Tints of Harley Davidson Orange #CA230D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14%

 BLUE value IS 13 (5.47% from 255) = 5.2%

R = 80.8%
G = 14%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CA230D (or 0xCA230D) is known color: Harley Davidson Orange. HEX triplet: CA, 23 and 0D. RGB value is (202,35,13). Sum of RGB (Red+Green+Blue) = 202+35+13=250 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.8% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 202 - color contains mainly: red. Hex color #CA230D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA230D is #35DCF2. Grayscale: #525252. Windows color (decimal): -3529971 or 861130. OLE color: 861130.

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

Color convert

RGB 202 35 13 -
CMYK 0 0.83 0.94 0.21
HSL 6.98º 0.88% 0.42% -
HSV(B) 6.98º 0.94% 0.79% -
XYZ 25.03 13.79 1.72 -
YUV 82.43 88.83 213.29 -
System Red Green Blue C M Y K H S L
Decimal 202 35 13 0 0.83 0.94 0.21 6.98 0.88 0.42
Hex CA 23 D 0 53 5E 15 7 58 2A
Octal 312 43 15 0 123 136 25 7 130 52
Binary 11001010 100011 1101 0 1010011 1011110 10101 111 1011000 101010

Color Harmonies of #CA230D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA230D

Black with #CA230D

Text Example


Text Example

White with #CA230D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA230D; }

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

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

background-color css

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

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

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

border-color css

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

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

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