Html Css Color HEX #CA372B Persian Red

📋 copy color: '#CA372B'

red 202 ◦ green 55 ◦ blue 43

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

Shades of Persian Red #CA372B

Tints of Persian Red #CA372B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.33%

R = 67.33%
G = 18.33%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#CA372B (or 0xCA372B) is known color: Persian Red. HEX triplet: CA, 37 and 2B. RGB value is (202,55,43). Sum of RGB (Red+Green+Blue) = 202+55+43=300 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.33% from 300); Green value is 55 (21.88% from 255 or 18.33% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 202 - color contains mainly: red. Hex color #CA372B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA372B is #35C8D4. Grayscale: #616161. Windows color (decimal): -3524821 or 2832330. OLE color: 2832330.

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

Color convert

RGB 202 55 43 -
CMYK 0 0.73 0.79 0.21
HSL 4.53º 0.65% 0.48% -
HSV(B) 4.53º 0.79% 0.79% -
XYZ 26.16 15.46 3.89 -
YUV 97.59 97.2 202.48 -
System Red Green Blue C M Y K H S L
Decimal 202 55 43 0 0.73 0.79 0.21 4.53 0.65 0.48
Hex CA 37 2B 0 49 4F 15 5 41 30
Octal 312 67 53 0 111 117 25 5 101 60
Binary 11001010 110111 101011 0 1001001 1001111 10101 101 1000001 110000

Color Harmonies of #CA372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA372B

Black with #CA372B

Text Example


Text Example

White with #CA372B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA372B; }

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

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

background-color css

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

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

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

border-color css

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

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

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