Html Css Color HEX #CA372E Persian Red

📋 copy color: '#CA372E'

red 202 ◦ green 55 ◦ blue 46

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

Shades of Persian Red #CA372E

Tints of Persian Red #CA372E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.15%

 BLUE value IS 46 (18.36% from 255) = 15.18%

R = 66.67%
G = 18.15%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#CA372E (or 0xCA372E) is known color: Persian Red. HEX triplet: CA, 37 and 2E. RGB value is (202,55,46). Sum of RGB (Red+Green+Blue) = 202+55+46=303 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.67% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 202 - color contains mainly: red. Hex color #CA372E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA372E is #35C8D1. Grayscale: #626262. Windows color (decimal): -3524818 or 3028938. OLE color: 3028938.

HSL color Cylindrical-coordinate representation of color #CA372E: hue angle of 3.46º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA372E is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 55 46 -
CMYK 0 0.73 0.77 0.21
HSL 3.46º 0.63% 0.49% -
HSV(B) 3.46º 0.77% 0.79% -
XYZ 26.22 15.49 4.19 -
YUV 97.93 98.7 202.23 -
System Red Green Blue C M Y K H S L
Decimal 202 55 46 0 0.73 0.77 0.21 3.46 0.63 0.49
Hex CA 37 2E 0 49 4D 15 3 3F 31
Octal 312 67 56 0 111 115 25 3 77 61
Binary 11001010 110111 101110 0 1001001 1001101 10101 11 111111 110001

Color Harmonies of #CA372E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA372E

Black with #CA372E

Text Example


Text Example

White with #CA372E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA372E; }

 p { color: rgb(202,55,46); }

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

background-color css

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

 a { background-color: rgb(202,55,46); }

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

border-color css

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

 span { border-color: rgb(202,55,46); }

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