Html Css Color HEX #CB3130 Persian Red

📋 copy color: '#CB3130'

red 203 ◦ green 49 ◦ blue 48

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

Shades of Persian Red #CB3130

Tints of Persian Red #CB3130

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.33%

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

R = 67.67%
G = 16.33%
B = 16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB3130 (or 0xCB3130) is known color: Persian Red. HEX triplet: CB, 31 and 30. RGB value is (203,49,48). Sum of RGB (Red+Green+Blue) = 203+49+48=300 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.67% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3130 is #34CECF. Grayscale: #5F5F5F. Windows color (decimal): -3460816 or 3158475. OLE color: 3158475.

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

Color convert

RGB 203 49 48 -
CMYK 0 0.76 0.76 0.20
HSL 0.39º 0.62% 0.49% -
HSV(B) 0.39º 0.76% 0.8% -
XYZ 26.26 15.11 4.33 -
YUV 94.93 101.52 205.08 -
System Red Green Blue C M Y K H S L
Decimal 203 49 48 0 0.76 0.76 0.20 0.39 0.62 0.49
Hex CB 31 30 0 4C 4C 14 0 3E 31
Octal 313 61 60 0 114 114 24 0 76 61
Binary 11001011 110001 110000 0 1001100 1001100 10100 0 111110 110001

Color Harmonies of #CB3130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3130

Black with #CB3130

Text Example


Text Example

White with #CB3130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3130; }

 p { color: rgb(203,49,48); }

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

background-color css

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

 a { background-color: rgb(203,49,48); }

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

border-color css

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

 span { border-color: rgb(203,49,48); }

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