Html Css Color HEX #CA372D Persian Red

📋 copy color: '#CA372D'

red 202 ◦ green 55 ◦ blue 45

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

Shades of Persian Red #CA372D

Tints of Persian Red #CA372D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.9%

R = 66.89%
G = 18.21%
B = 14.9%

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

#CA372D (or 0xCA372D) is known color: Persian Red. HEX triplet: CA, 37 and 2D. RGB value is (202,55,45). Sum of RGB (Red+Green+Blue) = 202+55+45=302 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.89% from 302); Green value is 55 (21.88% from 255 or 18.21% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 202 - color contains mainly: red. Hex color #CA372D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA372D is #35C8D2. Grayscale: #616161. Windows color (decimal): -3524819 or 2963402. OLE color: 2963402.

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

Color convert

RGB 202 55 45 -
CMYK 0 0.73 0.78 0.21
HSL 3.82º 0.64% 0.48% -
HSV(B) 3.82º 0.78% 0.79% -
XYZ 26.2 15.48 4.09 -
YUV 97.81 98.2 202.31 -
System Red Green Blue C M Y K H S L
Decimal 202 55 45 0 0.73 0.78 0.21 3.82 0.64 0.48
Hex CA 37 2D 0 49 4E 15 4 40 30
Octal 312 67 55 0 111 116 25 4 100 60
Binary 11001010 110111 101101 0 1001001 1001110 10101 100 1000000 110000

Color Harmonies of #CA372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA372D

Black with #CA372D

Text Example


Text Example

White with #CA372D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA372D; }

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

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

background-color css

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

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

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

border-color css

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

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

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