Html Css Color HEX #CA251C Harley Davidson Orange

📋 copy color: '#CA251C'

red 202 ◦ green 37 ◦ blue 28

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

Shades of Harley Davidson Orange #CA251C

Tints of Harley Davidson Orange #CA251C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.86%

 BLUE value IS 28 (11.33% from 255) = 10.49%

R = 75.66%
G = 13.86%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CA251C (or 0xCA251C) is known color: Harley Davidson Orange. HEX triplet: CA, 25 and 1C. RGB value is (202,37,28). Sum of RGB (Red+Green+Blue) = 202+37+28=267 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.66% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 202 - color contains mainly: red. Hex color #CA251C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA251C is #35DAE3. Grayscale: #555555. Windows color (decimal): -3529444 or 1844682. OLE color: 1844682.

HSL color Cylindrical-coordinate representation of color #CA251C: hue angle of 3.1º degrees, saturation: 0.76, 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 #CA251C is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 37 28 -
CMYK 0 0.82 0.86 0.21
HSL 3.1º 0.76% 0.45% -
HSV(B) 3.1º 0.86% 0.79% -
XYZ 25.23 13.96 2.46 -
YUV 85.31 95.66 211.23 -
System Red Green Blue C M Y K H S L
Decimal 202 37 28 0 0.82 0.86 0.21 3.1 0.76 0.45
Hex CA 25 1C 0 52 56 15 3 4C 2D
Octal 312 45 34 0 122 126 25 3 114 55
Binary 11001010 100101 11100 0 1010010 1010110 10101 11 1001100 101101

Color Harmonies of #CA251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA251C

Black with #CA251C

Text Example


Text Example

White with #CA251C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA251C; }

 p { color: rgb(202,37,28); }

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

background-color css

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

 a { background-color: rgb(202,37,28); }

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

border-color css

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

 span { border-color: rgb(202,37,28); }

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