Html Css Color HEX #CB3A2F Persian Red

📋 copy color: '#CB3A2F'

red 203 ◦ green 58 ◦ blue 47

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

Shades of Persian Red #CB3A2F

Tints of Persian Red #CB3A2F

RGB

 RED value IS 203 (79.69% from 255) = 65.91%

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

 BLUE value IS 47 (18.75% from 255) = 15.26%

R = 65.91%
G = 18.83%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CB3A2F (or 0xCB3A2F) is known color: Persian Red. HEX triplet: CB, 3A and 2F. RGB value is (203,58,47). Sum of RGB (Red+Green+Blue) = 203+58+47=308 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.91% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3A2F is #34C5D0. Grayscale: #646464. Windows color (decimal): -3458513 or 3095243. OLE color: 3095243.

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

Color convert

RGB 203 58 47 -
CMYK 0 0.71 0.77 0.20
HSL 4.23º 0.62% 0.49% -
HSV(B) 4.23º 0.77% 0.8% -
XYZ 26.65 15.93 4.36 -
YUV 100.1 98.04 201.39 -
System Red Green Blue C M Y K H S L
Decimal 203 58 47 0 0.71 0.77 0.20 4.23 0.62 0.49
Hex CB 3A 2F 0 47 4D 14 4 3E 31
Octal 313 72 57 0 107 115 24 4 76 61
Binary 11001011 111010 101111 0 1000111 1001101 10100 100 111110 110001

Color Harmonies of #CB3A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3A2F

Black with #CB3A2F

Text Example


Text Example

White with #CB3A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3A2F; }

 p { color: rgb(203,58,47); }

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

background-color css

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

 a { background-color: rgb(203,58,47); }

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

border-color css

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

 span { border-color: rgb(203,58,47); }

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