Html Css Color HEX #CA3A30 Persian Red

📋 copy color: '#CA3A30'

red 202 ◦ green 58 ◦ blue 48

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

Shades of Persian Red #CA3A30

Tints of Persian Red #CA3A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.58%

R = 65.58%
G = 18.83%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CA3A30 (or 0xCA3A30) is known color: Persian Red. HEX triplet: CA, 3A and 30. RGB value is (202,58,48). Sum of RGB (Red+Green+Blue) = 202+58+48=308 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.58% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3A30 is #35C5CF. Grayscale: #646464. Windows color (decimal): -3524048 or 3160778. OLE color: 3160778.

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

Color convert

RGB 202 58 48 -
CMYK 0 0.71 0.76 0.21
HSL 3.9º 0.62% 0.49% -
HSV(B) 3.9º 0.76% 0.79% -
XYZ 26.4 15.8 4.45 -
YUV 99.92 98.71 200.81 -
System Red Green Blue C M Y K H S L
Decimal 202 58 48 0 0.71 0.76 0.21 3.9 0.62 0.49
Hex CA 3A 30 0 47 4C 15 4 3E 31
Octal 312 72 60 0 107 114 25 4 76 61
Binary 11001010 111010 110000 0 1000111 1001100 10101 100 111110 110001

Color Harmonies of #CA3A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3A30

Black with #CA3A30

Text Example


Text Example

White with #CA3A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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