Html Css Color HEX #CA3F2D Persian Red

📋 copy color: '#CA3F2D'

red 202 ◦ green 63 ◦ blue 45

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

Shades of Persian Red #CA3F2D

Tints of Persian Red #CA3F2D

RGB

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

 GREEN value IS 63 (25% from 255) = 20.32%

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

R = 65.16%
G = 20.32%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CA3F2D (or 0xCA3F2D) is known color: Persian Red. HEX triplet: CA, 3F and 2D. RGB value is (202,63,45). Sum of RGB (Red+Green+Blue) = 202+63+45=310 (41% of max value = 765). Red value is 202 (79.30% from 255 or 65.16% from 310); Green value is 63 (25% from 255 or 20.32% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3F2D is #35C0D2. Grayscale: #666666. Windows color (decimal): -3522771 or 2965450. OLE color: 2965450.

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

Color convert

RGB 202 63 45 -
CMYK 0 0.69 0.78 0.21
HSL 6.88º 0.64% 0.48% -
HSV(B) 6.88º 0.78% 0.79% -
XYZ 26.61 16.3 4.23 -
YUV 102.51 95.55 198.96 -
System Red Green Blue C M Y K H S L
Decimal 202 63 45 0 0.69 0.78 0.21 6.88 0.64 0.48
Hex CA 3F 2D 0 45 4E 15 7 40 30
Octal 312 77 55 0 105 116 25 7 100 60
Binary 11001010 111111 101101 0 1000101 1001110 10101 111 1000000 110000

Color Harmonies of #CA3F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3F2D

Black with #CA3F2D

Text Example


Text Example

White with #CA3F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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