Html Css Color HEX #CA372C Persian Red

📋 copy color: '#CA372C'

red 202 ◦ green 55 ◦ blue 44

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

Shades of Persian Red #CA372C

Tints of Persian Red #CA372C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.62%

R = 67.11%
G = 18.27%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CA372C (or 0xCA372C) is known color: Persian Red. HEX triplet: CA, 37 and 2C. RGB value is (202,55,44). Sum of RGB (Red+Green+Blue) = 202+55+44=301 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.11% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 202 - color contains mainly: red. Hex color #CA372C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA372C is #35C8D3. Grayscale: #616161. Windows color (decimal): -3524820 or 2897866. OLE color: 2897866.

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

Color convert

RGB 202 55 44 -
CMYK 0 0.73 0.78 0.21
HSL 4.18º 0.64% 0.48% -
HSV(B) 4.18º 0.78% 0.79% -
XYZ 26.18 15.47 3.99 -
YUV 97.7 97.7 202.39 -
System Red Green Blue C M Y K H S L
Decimal 202 55 44 0 0.73 0.78 0.21 4.18 0.64 0.48
Hex CA 37 2C 0 49 4E 15 4 40 30
Octal 312 67 54 0 111 116 25 4 100 60
Binary 11001010 110111 101100 0 1001001 1001110 10101 100 1000000 110000

Color Harmonies of #CA372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA372C

Black with #CA372C

Text Example


Text Example

White with #CA372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA372C; }

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

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

background-color css

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

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

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

border-color css

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

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

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