Html Css Color HEX #CA231E Harley Davidson Orange

📋 copy color: '#CA231E'

red 202 ◦ green 35 ◦ blue 30

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

Shades of Harley Davidson Orange #CA231E

Tints of Harley Davidson Orange #CA231E

RGB

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

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

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

R = 75.66%
G = 13.11%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#CA231E (or 0xCA231E) is known color: Harley Davidson Orange. HEX triplet: CA, 23 and 1E. RGB value is (202,35,30). Sum of RGB (Red+Green+Blue) = 202+35+30=267 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.66% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 202 - color contains mainly: red. Hex color #CA231E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA231E is #35DCE1. Grayscale: #545454. Windows color (decimal): -3529954 or 1975242. OLE color: 1975242.

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

Color convert

RGB 202 35 30 -
CMYK 0 0.83 0.85 0.21
HSL 1.74º 0.74% 0.45% -
HSV(B) 1.74º 0.85% 0.79% -
XYZ 25.19 13.85 2.57 -
YUV 84.36 97.33 211.91 -
System Red Green Blue C M Y K H S L
Decimal 202 35 30 0 0.83 0.85 0.21 1.74 0.74 0.45
Hex CA 23 1E 0 53 55 15 2 4A 2D
Octal 312 43 36 0 123 125 25 2 112 55
Binary 11001010 100011 11110 0 1010011 1010101 10101 10 1001010 101101

Color Harmonies of #CA231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA231E

Black with #CA231E

Text Example


Text Example

White with #CA231E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA231E; }

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

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

background-color css

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

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

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

border-color css

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

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

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