Html Css Color HEX #CA3A2D Persian Red

📋 copy color: '#CA3A2D'

red 202 ◦ green 58 ◦ blue 45

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

Shades of Persian Red #CA3A2D

Tints of Persian Red #CA3A2D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.02%

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

R = 66.23%
G = 19.02%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CA3A2D (or 0xCA3A2D) is known color: Persian Red. HEX triplet: CA, 3A and 2D. RGB value is (202,58,45). Sum of RGB (Red+Green+Blue) = 202+58+45=305 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.23% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3A2D is #35C5D2. Grayscale: #636363. Windows color (decimal): -3524051 or 2964170. OLE color: 2964170.

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

Color convert

RGB 202 58 45 -
CMYK 0 0.71 0.78 0.21
HSL 4.97º 0.64% 0.48% -
HSV(B) 4.97º 0.78% 0.79% -
XYZ 26.34 15.77 4.14 -
YUV 99.57 97.21 201.06 -
System Red Green Blue C M Y K H S L
Decimal 202 58 45 0 0.71 0.78 0.21 4.97 0.64 0.48
Hex CA 3A 2D 0 47 4E 15 5 40 30
Octal 312 72 55 0 107 116 25 5 100 60
Binary 11001010 111010 101101 0 1000111 1001110 10101 101 1000000 110000

Color Harmonies of #CA3A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3A2D

Black with #CA3A2D

Text Example


Text Example

White with #CA3A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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