Html Css Color HEX #CF0530 Crimson

📋 copy color: '#CF0530'

red 207 ◦ green 5 ◦ blue 48

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

Shades of Crimson #CF0530

Tints of Crimson #CF0530

RGB

 RED value IS 207 (81.25% from 255) = 79.62%

 GREEN value IS 5 (2.34% from 255) = 1.92%

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

R = 79.62%
G = 1.92%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CF0530 (or 0xCF0530) is known color: Crimson. HEX triplet: CF, 05 and 30. RGB value is (207,5,48). Sum of RGB (Red+Green+Blue) = 207+5+48=260 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.62% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0530 is #30FACF. Grayscale: #464646. Windows color (decimal): -3209936 or 3147215. OLE color: 3147215.

HSL color Cylindrical-coordinate representation of color #CF0530: hue angle of 347.23º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF0530 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 5 48 -
CMYK 0 0.98 0.77 0.19
HSL 347.23º 0.95% 0.42% -
HSV(B) 347.23º 0.98% 0.81% -
XYZ 26.32 13.59 4.03 -
YUV 70.3 115.42 225.5 -
System Red Green Blue C M Y K H S L
Decimal 207 5 48 0 0.98 0.77 0.19 347.23 0.95 0.42
Hex CF 5 30 0 62 4D 13 15B 5F 2A
Octal 317 5 60 0 142 115 23 533 137 52
Binary 11001111 101 110000 0 1100010 1001101 10011 101011011 1011111 101010

Color Harmonies of #CF0530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0530

Black with #CF0530

Text Example


Text Example

White with #CF0530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0530; }

 p { color: rgb(207,5,48); }

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

background-color css

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

 a { background-color: rgb(207,5,48); }

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

border-color css

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

 span { border-color: rgb(207,5,48); }

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