Html Css Color HEX #CA3F3A Persian Red

📋 copy color: '#CA3F3A'

red 202 ◦ green 63 ◦ blue 58

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

Shades of Persian Red #CA3F3A

Tints of Persian Red #CA3F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.96%

R = 62.54%
G = 19.5%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA3F3A (or 0xCA3F3A) is known color: Persian Red. HEX triplet: CA, 3F and 3A. RGB value is (202,63,58). Sum of RGB (Red+Green+Blue) = 202+63+58=323 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.54% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3F3A is #35C0C5. Grayscale: #686868. Windows color (decimal): -3522758 or 3817418. OLE color: 3817418.

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

Color convert

RGB 202 63 58 -
CMYK 0 0.69 0.71 0.21
HSL 2.08º 0.58% 0.51% -
HSV(B) 2.08º 0.71% 0.79% -
XYZ 26.9 16.42 5.75 -
YUV 103.99 102.05 197.91 -
System Red Green Blue C M Y K H S L
Decimal 202 63 58 0 0.69 0.71 0.21 2.08 0.58 0.51
Hex CA 3F 3A 0 45 47 15 2 3A 33
Octal 312 77 72 0 105 107 25 2 72 63
Binary 11001010 111111 111010 0 1000101 1000111 10101 10 111010 110011

Color Harmonies of #CA3F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3F3A

Black with #CA3F3A

Text Example


Text Example

White with #CA3F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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