Html Css Color HEX #CB0430 Crimson

📋 copy color: '#CB0430'

red 203 ◦ green 4 ◦ blue 48

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

Shades of Crimson #CB0430

Tints of Crimson #CB0430

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.57%

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

R = 79.61%
G = 1.57%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB0430 (or 0xCB0430) is known color: Crimson. HEX triplet: CB, 04 and 30. RGB value is (203,4,48). Sum of RGB (Red+Green+Blue) = 203+4+48=255 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.61% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 48 (19.14% from 255 or 18.82% from 255); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0430 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0430 is #34FBCF. Grayscale: #444444. Windows color (decimal): -3472336 or 3146955. OLE color: 3146955.

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

Color convert

RGB 203 4 48 -
CMYK 0 0.98 0.76 0.20
HSL 346.73º 0.96% 0.41% -
HSV(B) 346.73º 0.98% 0.8% -
XYZ 25.21 13 3.98 -
YUV 68.52 116.43 223.92 -
System Red Green Blue C M Y K H S L
Decimal 203 4 48 0 0.98 0.76 0.20 346.73 0.96 0.41
Hex CB 4 30 0 62 4C 14 15B 60 29
Octal 313 4 60 0 142 114 24 533 140 51
Binary 11001011 100 110000 0 1100010 1001100 10100 101011011 1100000 101001

Color Harmonies of #CB0430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0430

Black with #CB0430

Text Example


Text Example

White with #CB0430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0430; }

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

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

background-color css

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

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

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

border-color css

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

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

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