Html Css Color HEX #CA3E32 Persian Red

📋 copy color: '#CA3E32'

red 202 ◦ green 62 ◦ blue 50

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

Shades of Persian Red #CA3E32

Tints of Persian Red #CA3E32

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.75%

 BLUE value IS 50 (19.92% from 255) = 15.92%

R = 64.33%
G = 19.75%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#CA3E32 (or 0xCA3E32) is known color: Persian Red. HEX triplet: CA, 3E and 32. RGB value is (202,62,50). Sum of RGB (Red+Green+Blue) = 202+62+50=314 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.33% from 314); Green value is 62 (24.61% from 255 or 19.75% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3E32 is #35C1CD. Grayscale: #666666. Windows color (decimal): -3523022 or 3292874. OLE color: 3292874.

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

Color convert

RGB 202 62 50 -
CMYK 0 0.69 0.75 0.21
HSL 4.74º 0.6% 0.49% -
HSV(B) 4.74º 0.75% 0.79% -
XYZ 26.66 16.23 4.75 -
YUV 102.49 98.38 198.98 -
System Red Green Blue C M Y K H S L
Decimal 202 62 50 0 0.69 0.75 0.21 4.74 0.6 0.49
Hex CA 3E 32 0 45 4B 15 5 3C 31
Octal 312 76 62 0 105 113 25 5 74 61
Binary 11001010 111110 110010 0 1000101 1001011 10101 101 111100 110001

Color Harmonies of #CA3E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3E32

Black with #CA3E32

Text Example


Text Example

White with #CA3E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3E32; }

 p { color: rgb(202,62,50); }

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

background-color css

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

 a { background-color: rgb(202,62,50); }

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

border-color css

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

 span { border-color: rgb(202,62,50); }

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