Html Css Color HEX #CA231D Harley Davidson Orange

📋 copy color: '#CA231D'

red 202 ◦ green 35 ◦ blue 29

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

Shades of Harley Davidson Orange #CA231D

Tints of Harley Davidson Orange #CA231D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.9%

R = 75.94%
G = 13.16%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CA231D (or 0xCA231D) is known color: Harley Davidson Orange. HEX triplet: CA, 23 and 1D. RGB value is (202,35,29). Sum of RGB (Red+Green+Blue) = 202+35+29=266 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.94% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 202 - color contains mainly: red. Hex color #CA231D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA231D is #35DCE2. Grayscale: #545454. Windows color (decimal): -3529955 or 1909706. OLE color: 1909706.

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

Color convert

RGB 202 35 29 -
CMYK 0 0.83 0.86 0.21
HSL 2.08º 0.75% 0.45% -
HSV(B) 2.08º 0.86% 0.79% -
XYZ 25.18 13.85 2.51 -
YUV 84.25 96.83 211.99 -
System Red Green Blue C M Y K H S L
Decimal 202 35 29 0 0.83 0.86 0.21 2.08 0.75 0.45
Hex CA 23 1D 0 53 56 15 2 4B 2D
Octal 312 43 35 0 123 126 25 2 113 55
Binary 11001010 100011 11101 0 1010011 1010110 10101 10 1001011 101101

Color Harmonies of #CA231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA231D

Black with #CA231D

Text Example


Text Example

White with #CA231D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA231D; }

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

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

background-color css

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

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

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

border-color css

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

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

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